home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000097_news@columbia.edu_Fri Jun 9 15:44:55 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15401
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 9 Jun 1995 11:45:12 -0400
  3. Received: by apakabar.cc.columbia.edu id AA25176
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 9 Jun 1995 11:45:09 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How I kermit files over tcp/ip?
  9. Date: 9 Jun 1995 15:44:55 GMT
  10. Organization: Columbia University, New York City
  11. Lines: 30
  12. Message-Id: <3r9q9n$ohh@apakabar.cc.columbia.edu>
  13. References: <3r7opo$ng8@hustle.rahul.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3r7opo$ng8@hustle.rahul.net>, Dan Bikle  <dbikle@rahul.net> wrote:
  18. : Normally, I transfer files (between unixes) over tcp/ip using ftp.
  19. : But, I'm at a site where I have 2 problems
  20. :   -the initial ftp login is very slow (5 minutes!)
  21. :   -the connection closes after 900 seconds of inactivity
  22. : Also, I can't connect directly to other sites.  I need
  23. : to ftp a gateway machine which asks me where I want to
  24. : establish an ftp connection.  So I tell it and then I 
  25. : get to wait.  So, I'm thinking...
  26. : how about if I telnet to the site (initial login takes about 30sec),
  27. : and then use kermit to transfer files back and forth?
  28. : Have you got this to work (between 2 unixes)?
  29. Of course.
  30.  
  31. UNIX C-Kermit is a full telnet client, which (unlike telnet itself) is
  32. also capable of transferring files, and (also unlike telnet itself) can
  33. be programmed to do everything automatically, using its script language.
  34. Thus, if you connection take a long time, you don't have sit there
  35. impatiently waiting for the login process to complete -- just write a
  36. script program to do it, start it up, and go out to lunch while it runs.
  37.  
  38. For further information, see our Web site at:
  39.  
  40.   http://www.columbia.edu/kermit/
  41.  
  42. - Frank